home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / p_aa4re / bb212 / help.bb < prev    next >
Encoding:
Text File  |  1992-03-31  |  11.2 KB  |  360 lines

  1. : _* N
  2.  
  3. For help on a specific command, enter H x where x is the command for
  4. which you need help.  For example, H R will send complete help for the
  5. READ command.
  6.  
  7. Message commands: (K)ill     (L)ist    (R)ead    (S)end    (REPLY)
  8. File commands:    (D)ownload (U)pload  (W)hat
  9. Misc commands:    (B)ye      (H)elp    (I)nfo    (J) Who?
  10.                   (N) Register  (T)alk to SYSOP  (P)arms
  11.                   (CB) Callbook  LTIME
  12. Further info:     (@) At BBS
  13.  
  14. Other help topics available by issuing the H command followed
  15. by the topic name:
  16.  
  17.   SEARCH    -- how to search for messages
  18.   WILDCARD  -- how wildcards work
  19.  
  20. Issue H topicname
  21.  
  22. : WILDCARD N
  23.  
  24. Patterns are supported in many commands.  With patterns we attempt to
  25. match something with just more than a straight comparison.
  26.  
  27.    Special characters in the pattern are:
  28.  
  29.      * -- Matches 0 or more characters of any type
  30.      @ -- a..z, A..Z
  31.      # -- 0..9
  32.      + -- A..z, A..Z, 0..9
  33.      ? -- A-F, a-f, 0-9 (a hex number)
  34.      < -- a..z
  35.      > -- A..Z
  36.      $ -- =@#+?<>$
  37.      = -- Any one character
  38.      " -- Escape.  The next character in the pattern much match exactly.
  39.           wild cards will not be interpreted.
  40.      ( -- Group.  A "(" starts a group and a ")" ends it.  For each
  41.           group, there must be a matching character in the string.
  42.           Example: (abc) matches b.  Wild cards are not interpreted.
  43.  
  44. Examples:
  45.  
  46.   95*      --  Will match anything starting with 95 such as 95020,
  47.                95123, 95asb, and 95.
  48.   95===    --  Will match anything that starts with 95 and is 5 characters
  49.                long.  95020 will match but 9502 will not.
  50.   95###    --  Will match anything that starts with 95 and has 5 digits.
  51.                95020 will match but 95ABC will not.
  52.   (WK)6*   --  Will match anything starting with W6 or K6.
  53.   *ARRL*   --  Will match anything with ARRL in it
  54.  
  55. : SEARCH N
  56.  
  57. The BBS now allows you to choose messages which satisfy multiple
  58. criteria, as well as messages which do NOT satisfy a selection.  This
  59. ability applies to the READ, KILL, and LIST commands.
  60.  
  61. NEGATION
  62. --------
  63.  
  64. You have always been able to specify, for example, that you want to see
  65. all messages of a type -- for example, to list all bulletins, you issue
  66. the "LB" command.  You can also specify that you want to see all
  67. messages which are NOT of a type -- for example, to list all messages
  68. which are NOT bulletins, use "L^ B".
  69.  
  70. You can use the "negation" symbol (^) to invert almost any search.
  71.  
  72. MULTIPLE SEARCHES
  73. -------- --------
  74.  
  75. You can use the "and" symbol (&) to specify only those messages which
  76. satisfy multiple search criteria.  For example:
  77.  
  78. To list bulletins which are newer than October 1, 1990:
  79.  
  80.   LB & D > 901001
  81.  
  82. To list unread messages which are NOT addressed to someone @AA4RE:
  83.  
  84.   LN & ^ @ AA4RE
  85.  
  86. To list Private messages that are not to AA4RE or at AA4RE
  87.  
  88.   LP & ^ @ AA4RE & ^ > AA4RE
  89.  
  90.  
  91. Note that you can use negation as part of a multiple search.
  92.  
  93.  
  94.  
  95. TYPES OF SEARCHES
  96. ----- -- --------
  97.  
  98.      _     -- Messages of type ' '
  99.      A x   -- Messages of type x.  If type is not specified, type "A" will
  100.               be displayed
  101.      B     -- Messages of type 'B'
  102.      C n   -- Combine P and F
  103.      D > d -- Messages newer than date d (See note)
  104.      D < d -- Messages older than date d (See note)
  105.      E u   -- Messages to a server.  Same as > but @ must be blank or
  106.               this BBS
  107.      F n   -- Forwarded messages greater than n
  108.      H n   -- Held messages greater than n
  109.      K n   -- Killed messages greater than n
  110.      L n   -- Last n messages
  111.      M u   -- Messages of a specific user.  Default is current user
  112.      N n   -- Messages just sitting here unread greater than n
  113.      O n   -- Messages of with "old" attribute & number greater n
  114.      P     -- Messages of type 'P'
  115.      Q     -- Read messages to a specific user
  116.      S s   -- Messages with string in subject
  117.      T     -- NTS messages
  118.      U u   -- Unread messages to user u.  Current user is default
  119.      Y n   -- All read messages greater than n
  120.      < u   -- Messages from a user u.
  121.      > u   -- Messages to a user u.
  122.      @ b   -- Messages to a user at mailbox b
  123.      % b   -- Messages from a user at mailbox b
  124.      $ s   -- Messages with string in the BID
  125.      + n   -- Messages in forwarding progress with number >= n
  126.      ? n   -- Messages with unknown forwarding with number >= n
  127.      - n   -- Messages being forwarded right now with number >= n
  128.      . s   -- Messages addressed to certain H addresses
  129.      # > n -- Messages with number >= n
  130.      # < n -- Messages with number >= n
  131.      0     -- Messages since last "L" command
  132.  
  133. Note 1:  Date can be expressed as YYMMDDHHMM HHMM is optional.
  134. Alternatively, the date could be #5 which is 5 days before today.  So,
  135. the command "LB & D > #5" means list bulletins less than 5 days old.
  136.  
  137. In any search anything but a number is required, you can use a wildcard.
  138. Issue HELP WILDCARD for details.  Example:
  139.  
  140.    > AA4*
  141.  
  142.       Will match to callsign that starts with AA4
  143.  
  144. : "@* N
  145.  
  146.   @
  147.  
  148.   Enter this symbol to indicate the BBS of the addressee, for proper
  149.   forwarding of the message to its destination.  The message, no matter
  150.   to whom addressed, will be forwarded to the "@ BBS" location.
  151.  
  152. : B* N
  153.  
  154. B    - Log off the MailBox.
  155.         Simply disconnecting has the exact same effect.
  156.  
  157. : CALLBOOK N
  158.  
  159. CALLBOOK calls
  160.  
  161.        Look up callbook for the given call(s).  Show multiple
  162.        calls with a blank between each.  Example:
  163.  
  164.              CALLBOOK AA4RE WB6ZVW
  165.  
  166. : CB N
  167.  
  168. CALLBOOK calls
  169.  
  170.        Look up callbook for the given call(s).  Show multiple
  171.        calls with a blank between each.  Example:
  172.  
  173.              CALLBOOK AA4RE WB6ZVW
  174.  
  175. : DB N
  176.  
  177. DB type topic ffff.xxx
  178.  
  179.        Download the file ffff.xxx for the topic requested.  D is
  180.        for ASCII format.  DB is for binary downloads.
  181.  
  182.        To get a list of topics, use the W command.
  183.  
  184.        The types for binary download are:  XMODEM, XMODEMCRC,
  185.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  186.  
  187. : D* N
  188.  
  189. D topic ffff.xxx
  190. DB type topic ffff.xxx
  191.  
  192.        Download the file ffff.xxx for the topic requested.  D is
  193.        for ASCII format.  DB is for binary downloads.
  194.  
  195.        To get a list of topics, use the W command.
  196.  
  197.        The types for binary download are:  XMODEM, XMODEMCRC,
  198.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  199.  
  200. DU callsign -- Will display user info on a specific call
  201.  
  202. : H* N
  203.  
  204. H    - Gives a summary of the Help Subsystem.
  205. H x  - Gives a detailed explanation of a specific command or topic.
  206.  
  207. : I* N
  208.  
  209. I    - Gives a paragraph on the hardware, software,
  210.        and rf facilities of this MailBox station.
  211.  
  212. : J* N
  213.  
  214. J    - Gives list of ports
  215. Jp   - Where p is a port identifier.
  216.        Gives a short list of stations recently heard on that port.
  217.  
  218. JL   - Shows calls of stations recently connected to the MailBox.
  219. JN   - SHows calls of stations currently connected
  220.  
  221. : K* N
  222.  
  223. K #  - Kills message number #.
  224.          The message number can also be a series of number (eg: 112 115 117)
  225.          and/or a range of numbers (eg: 112 TO 115).  A series can contain
  226.          a range (eg: 112 115 TO 117)
  227. KM   - Kills all messages addressed to you that you have read.
  228. KT # - kills an NTS message.
  229.  
  230. : LTIME N
  231.  
  232. Sets the time of your last "L" command.  Can be used to limit
  233. "L" searches.  Data is in the format of YYMMDD.  Example:
  234.  
  235.      LTIME 911201
  236.  
  237. A special case of NOW sets the LTIME to the current time.  Example:
  238.  
  239.      LTIME NOW
  240.  
  241. : L* N
  242.  
  243. Generally lists messages in reverse order, newest to oldest.
  244. "Private" messages not to or from you will not be listed.
  245.  
  246. L     - Lists all new messages since your previous "L" command.
  247. LM    - "List Mine". Lists all messages addressed to you or by you.
  248. LU    - "List Unread". Lists all messages unread by you.
  249.  
  250. L #   - Lists messages back to and including number #.
  251. LL #  - Lists the last # messages.
  252.  
  253. L> call  - Lists all messages to this callsign.
  254. L< call  - Lists all messages from this callsign.
  255.  
  256. For a list of all the searches you can do, issue H SEARCH
  257.  
  258. : N* N
  259.  
  260. NE       - Toggle your "expert user" status.
  261. NH xxxxx - Enter your 'Home BBS'.  Aids in routing mesages to you.
  262. NN xxxxx - Enter your first name into user data base.
  263. NZ xxxxx - Enter your zip code into user data base.
  264. NF x     - Change the format of message listings.
  265.   Allowed values of x are from 0 to 4.
  266. NL x     - Change your language setting (only works if your BBS
  267.            supports multiple languages)
  268. NP xxxxx - Change your telephone modem port password.  Can only be
  269.   issue from modem port.
  270. NS l w   - Change your screen size info.  l = length, w = width
  271.  
  272. : P* N
  273.  
  274. PL       - Flip switch which controls adding a LineFeed on the modem port.
  275.            Only works on modem port
  276. : REPLY N
  277.  
  278.   REPLY xxxx
  279.  
  280. Send a reply to message 'xxxx'.  You could also say 'SR xxxx'.  You must
  281. enter the number or the system will prompt you for it.
  282.  
  283. : R* N
  284.  
  285. REPLY # - Replies to msg number #.
  286.  
  287. REVIEW -- Display your unread messages for review.  Each message is
  288.         displayed and you are asked to tell what should be done.  Options are
  289.         Kill, Leave, rEply, and Quit.  The last action leaves the message
  290.         untouched and terminates the review command.  Note that the letter "E"
  291.         is used for REPLY.  If the action is REPLY then an automatic SR to the
  292.         message is issued.  After the reply is completed, you will again be
  293.         prompted for an action.  You can then KILL, etc or even REPLY again.
  294.  
  295. R # - Read message number #.
  296.         The message number can also be a series of number (eg: 112 115 117)
  297.         and/or a range of numbers (eg: 112 TO 115).  A series can contain
  298.         a range (eg: 112 115 TO 117)
  299.  
  300. RH # - Same as "R" but forwarding headers are shown.
  301.  
  302. RM    - "Read Mine". Lists all messages addressed to you but unread
  303. RU    - Same as RM
  304.  
  305. RL #  - Read the last # messages.  Number assumed 1 if omitted
  306.  
  307. For a list of all the searches you can do, issue H SEARCH
  308.  
  309. : S* N
  310.  
  311.   SR xxxx
  312.  
  313. Send a reply to message 'xxxx'.  You could also say 'REPLY xxxx'.  You
  314. must enter the number
  315.  
  316.   S? xxxx @ yyy
  317.  
  318. Send message type '?' to station 'xxxx', at optional BBS 'yyy'.  The
  319. MailBox will prompt for title and ask you to enter text.  End text entry
  320. with a ctrl-Z.
  321.  
  322. "?" is the "type" of message.  They include:
  323.  
  324.       B - Bulletins
  325.       P - Private.  Only the addressee can read or list this type.
  326.       T - NTS Traffic
  327.  
  328. : T* N
  329.  
  330. T        - Talk to SYSOP
  331.  
  332. : U* N
  333.  
  334. U topic ffff.xxx
  335. UB type topic ffff.xxx
  336.  
  337.        Upload the file ffff.xxx for the topic requested.  U is
  338.        for ASCII format.  UB is for binary uploads.  The file
  339.        must not exist.
  340.  
  341.        To get a list of topics, use the W command.
  342.  
  343.        The types for binary upload are:  XMODEM, XMODEMCRC,
  344.        YMODEM, YMODEM-BATCH (Alias YMBATCH), and YAPP
  345.  
  346. : W* N
  347.  
  348. W        - Gives a list of topic areas available on the MailBox.
  349.  
  350. W topic  - Gives a list of the files for that topic
  351.  
  352. W topic ffff.xxx  - Gives a list of files for that topic that match
  353.                     the given file specification.
  354.  
  355. W will show the file size
  356. WD will show the file timestamp instead of the size
  357. WX will include both the timestamp and size
  358.  
  359.  
  360.